irTry

fun IrBuilderWithScope.irTry(result: IrExpression, type: IrType, catches: List<IrCatch>, finally: IrExpression? = null): IrTry
fun IrBuilderWithScope.irTry(result: IrExpression, type: IrType = result.type): IrTry
inline fun IrBuilderWithScope.irTry(result: IrExpression, type: IrType = result.type, catches: IrTryBuilder.() -> Unit): IrTry